-
Notifications
You must be signed in to change notification settings - Fork 752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
style: Sort environment.yml dependencies #7085
Conversation
Not going to do the 1258 environment.yml updates here, just going to let those get added as people make changes to them. Like a river carving through a mountain. |
ce2aab5
to
dc7acb6
Compare
This fixes an issue with the Seqera containers naming. The Seqera containers site doesn't care about the context of what module the image is for. It just sorts the dependencies. This avoids having multiple containers with a bunch of different names. Should probably handle that on the wave-cli side.
https://github.com/MarcoGorelli/madforhooks has been archived so I just copied this into the repo to make it simple to use
conda-env-sorter doesn't make the files pretty
dc7acb6
to
35e01c5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! Do you know why tests are failing? they don't show an error message
35e01c5
to
f867c57
Compare
Merging as all of the pre-commit checks passed. |
This fixes an issue with the Seqera containers naming.
The Seqera containers site doesn't care about the context of what module the
image is for. It just sorts the dependencies.
This avoids having multiple containers with a bunch of different names.
Should probably handle that on the wave-cli side.